home *** CD-ROM | disk | FTP | other *** search
/ Nuova Ford Fiesta / Nuova Ford Fiesta.iso / qtwin5 / qt5.dir / 00001_Script_1 next >
Text File  |  2001-11-23  |  196b  |  11 lines

  1. on prepareMovie
  2.   cmdLine = baCommandArgs()
  3.   
  4.   if cmdLine = "/Inst" then
  5.     (the stage).visible = FALSE
  6.     
  7.     register(xtra "MasterApp","xknn4bv3jtex")
  8.   else
  9.     quit
  10.   end if
  11. end